home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1993 / Internet Info CD-ROM (Walnut Creek) (1993).iso / networking / isis / README < prev    next >
Text File  |  1992-05-28  |  871b  |  18 lines

  1. ISIS - A Reliable Distributed Programming Toolkit    [1 February 1986]
  2.  
  3. DESCRIPTION
  4.  
  5. The ISIS Distributed Programming Toolkit provides C and Fortran and
  6. Lisp programmers with tools for developing reliable distributed
  7. applications.  ISIS implements a simple yet powerful model of
  8. distributed computation called 'virtual synchrony' in which complex
  9. distributed events appear to occur one-at-a-time, in synchrony.  In
  10. reality many events are happening concurrently, exploiting the
  11. parallelism of the distributed computing environment.
  12.  
  13. ISIS consists of language libraries and utility software which uses the
  14. TCP/IP, UDP protocols by default, and can be extended to use other
  15. protocols (on MACH systems, ISIS uses MACH IPC for intra-machine
  16. message passing by default).  ISIS is available on a wide range of
  17. Unix-compatible computers.  The ISIS toolkit is in the public domain.
  18.